SixBit API Schema
Buyer_ListType Complex Type
Description
An API call to retrieve a list of buyers.
Namespace (none)
Diagram
Buyer_ListType Complex Type
Overview
Buyer_ListType
An API call to retrieve a list of buyers.
mapfilepath optional xs:string
The full name and path to a SixBit map file.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
modifiedattrGroup
Attributes to specify a range of dates an object was modified.
buyerid optional xs:string
The unique Buyer ID.
buyeremail optional xs:string
The buyers email address.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
Buyer_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit map file.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
buyeridxs:stringoptional  The unique Buyer ID.
buyeremailxs:stringoptional  The buyers email address.
Source
<xs:complexType name="Buyer_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of buyers.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit map file.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="modifiedattrGroup" />
  <xs:attribute name="buyerid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The unique Buyer ID.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="buyeremail" type="xs:string">
    <xs:annotation>
      <xs:documentation>The buyers email address.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.